projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d750575
)
reset: uniphier: fix compatible for SD reset node for LD11/LD20
author
Masahiro Yamada
<
[email protected]
>
Tue, 29 Aug 2017 03:20:50 +0000
(12:20 +0900)
committer
Masahiro Yamada
<
[email protected]
>
Wed, 30 Aug 2017 00:07:04 +0000
(09:07 +0900)
LD20 has SD ctrl instead of MIO ctrl. LD11 has both of them.
Signed-off-by: Masahiro Yamada <
[email protected]
>
drivers/reset/reset-uniphier.c
patch
|
blob
|
history
diff --git
a/drivers/reset/reset-uniphier.c
b/drivers/reset/reset-uniphier.c
index ebb2cae5eb3368eee2d1fed1674f761f762bb22d..8a037cf735dd30aff1c9596740a08f97bb7d9705 100644
(file)
--- a/
drivers/reset/reset-uniphier.c
+++ b/
drivers/reset/reset-uniphier.c
@@
-294,7
+294,11
@@
static const struct udevice_id uniphier_reset_match[] = {
.data = (ulong)uniphier_mio_reset_data,
},
{
- .compatible = "socionext,uniphier-ld20-mio-reset",
+ .compatible = "socionext,uniphier-ld11-sd-reset",
+ .data = (ulong)uniphier_mio_reset_data,
+ },
+ {
+ .compatible = "socionext,uniphier-ld20-sd-reset",
.data = (ulong)uniphier_mio_reset_data,
},
/* Peripheral reset */